FlowSetDocumentId Methods
An object defining methods for the FlowSetDocumentId class.
SetDocumentId()
Sets the document ID for the target object based on the specified assignment type.
Returns:
Type: Task
Task without value
This is a async method. Method should be waited. Be careful if call this method without waiting.
See Also
Initialize()
Initializes the step with default settings.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
SetUniqueId(flowDocument)
Assigns a unique ID to the specified FlowDocument instance.
Parameters:
flowDocument (required): FlowDocument
The FlowDocument instance to which the unique ID will be assigned.
Returns:
Type: Task
Task without value
This is a async method. Method should be waited. Be careful if call this method without waiting.